home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/objects/fprint/r3foot.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/objects/r3prim.js")
- var R3CLID_FOOT = 1492;
-
- R3FOOTM_GETHEEL = 1492000;
-
- function _R3FOOTM_GETHEEL() {
- return this.r3Do(R3FOOTM_GETHEEL, arguments);
- }
-
-
- R3FOOTM_GETMID = 1492001;
-
- function _R3FOOTM_GETMID() {
- return this.r3Do(R3FOOTM_GETMID, arguments);
- }
-
-
- R3FOOTM_GETTOE = 1492002;
-
- function _R3FOOTM_GETTOE() {
- return this.r3Do(R3FOOTM_GETTOE, arguments);
- }
-
-
- R3FOOTM_GETFOOTPARAMS = 1492003;
-
- function _R3FOOTM_GETFOOTPARAMS() {
- return this.r3Do(R3FOOTM_GETFOOTPARAMS, arguments);
- }
-
- R3FOOTA_CoordSys = 1492500;
- function SetR3FOOTA_CoordSys(value) {
- this.r3Set(R3FOOTA_CoordSys, value);
- }
-
- function GetR3FOOTA_CoordSys() {
- var value = 0;
- return this.r3Get(R3FOOTA_CoordSys, value); // R3COORDSYS *
- }
-
- R3FOOTA_StepHeight = 1492501;
- function SetR3FOOTA_StepHeight(value) {
- this.r3Set(R3FOOTA_StepHeight, value);
- }
-
- function GetR3FOOTA_StepHeight() {
- var value = 0;
- return this.r3Get(R3FOOTA_StepHeight, value); // R3FLOAT *
- }
-
- R3FOOTA_Handiness = 1492502;
- function SetR3FOOTA_Handiness(value) {
- this.r3Set(R3FOOTA_Handiness, value);
- }
-
- function GetR3FOOTA_Handiness() {
- var value = 0;
- return this.r3Get(R3FOOTA_Handiness, value); // R3INT *
- }
-
- function r3Foot () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FOOT, arguments);
- }
- // Methods
- this.GETHEEL=_R3FOOTM_GETHEEL;
- this.GETMID=_R3FOOTM_GETMID;
- this.GETTOE=_R3FOOTM_GETTOE;
- this.GETFOOTPARAMS=_R3FOOTM_GETFOOTPARAMS;
-
- // Attributes
- this.GetCoordSys=GetR3FOOTA_CoordSys;
- this.SetCoordSys=SetR3FOOTA_CoordSys;
- this.GetStepHeight=GetR3FOOTA_StepHeight;
- this.SetStepHeight=SetR3FOOTA_StepHeight;
- this.GetHandiness=GetR3FOOTA_Handiness;
- this.SetHandiness=SetR3FOOTA_Handiness;
- }
-
- r3Foot.prototype=new r3Primitive;
- // inc/plugins/objects/fprint/r3foot.h_H